home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000122_kb@cs.umb.edu_Sun Feb 19 01:23:17 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  2KB

  1. Received: from ra.cs.umb.edu by cs.umb.edu with SMTP id AA03919
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Sun, 19 Feb 1995 06:23:18 -0500
  3. Received: by ra.cs.umb.edu id AA24385
  4.   (5.65c/IDA-1.4.4 for tex-k); Sun, 19 Feb 1995 06:23:17 -0500
  5. Date: Sun, 19 Feb 1995 06:23:17 -0500
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199502191123.AA24385@ra.cs.umb.edu>
  8. To: tex-k@cs.umb.edu
  9. Subject: Re: m68k-sony-newsos build
  10.  
  11.     Actually, I think the programs and input files
  12.     should be dealt with separately --
  13.     rather like gcc and glibc or libg++.
  14.     In other words, "make" wouldn't try to make the format and base files;
  15.     this could be done by a Makefile in lib.tar.gz.
  16.  
  17. TeX/MF won't run at all without the formats.
  18. That's why I think web2c should make them by default.
  19.  
  20. It's true they also won't run at all without the other input files
  21. (cmr10.tfm, plain.mf, etc.). But those files are not
  22. implementation-dependent and/or not automatically generated.
  23.  
  24. I don't think the problem is that web2c generates plain.{fmt,base}.
  25. The problem is that it doesn't give a sensible error message (go unpack
  26. lib.tar.gz, read unixtex.ftp, and use kpathsea debugging flags) when it fails.
  27.  
  28.     it would be satisfying to say "configure" and "make"
  29.     and find a dozen programs made successfully.
  30.  
  31. I agree. Make a unixtex.tar.gz file. There's no particular reason why
  32. there couldn't be a distribution with all of *dvi*k and web2c (and
  33. whatever else) with one top-level Makefile, etc. I just don't want to
  34. be the one to create/distribute/maintain such a thing. At least not
  35. until after the next web2c release.